@@ -1,9 +1,9 @@ |
||
1 | 1 |
mysqldata: |
2 |
- image: mysql |
|
2 |
+ image: mysql:5.7 |
|
3 | 3 |
command: /bin/true |
4 | 4 |
|
5 | 5 |
mysql: |
6 |
- image: mysql |
|
6 |
+ image: mysql:5.7 |
|
7 | 7 |
volumes_from: |
8 | 8 |
- mysqldata |
9 | 9 |
environment: |
@@ -1,9 +1,9 @@ |
||
1 | 1 |
mysqldata: |
2 |
- image: mysql |
|
2 |
+ image: mysql:5.7 |
|
3 | 3 |
command: /bin/true |
4 | 4 |
|
5 | 5 |
mysql: |
6 |
- image: mysql |
|
6 |
+ image: mysql:5.7 |
|
7 | 7 |
volumes_from: |
8 | 8 |
- mysqldata |
9 | 9 |
environment: |
@@ -1,9 +1,9 @@ |
||
1 | 1 |
mysqldata: |
2 |
- image: mysql |
|
2 |
+ image: mysql:5.7 |
|
3 | 3 |
command: /bin/true |
4 | 4 |
|
5 | 5 |
mysql: |
6 |
- image: mysql |
|
6 |
+ image: mysql:5.7 |
|
7 | 7 |
volumes_from: |
8 | 8 |
- mysqldata |
9 | 9 |
environment: |
@@ -1,9 +1,9 @@ |
||
1 | 1 |
postgresdata: |
2 |
- image: postgres |
|
2 |
+ image: postgres:9.5 |
|
3 | 3 |
command: /bin/true |
4 | 4 |
|
5 | 5 |
postgres: |
6 |
- image: postgres |
|
6 |
+ image: postgres:9.5 |
|
7 | 7 |
volumes_from: |
8 | 8 |
- postgresdata |
9 | 9 |
environment: |